home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 5-Fonts & Software / Applications / MacProject II / MacProject II Help / card_91541.txt < prev    next >
Text File  |  1989-09-27  |  4KB  |  176 lines

  1. -- card: 91541 from stack: in
  2. -- bmap block id: 84914
  3. -- flags: 0000
  4. -- background id: 68193
  5. -- name: Show Attributes DBOX
  6.  
  7.  
  8. -- part 3 (button)
  9. -- low flags: 00
  10. -- high flags: 2000
  11. -- rect: left=102 top=94 right=183 bottom=249
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: list
  20. ----- HyperTalk script -----
  21. on mouseDown
  22.   show card field popupList
  23. end mouseDown
  24.  
  25. on mouseUp
  26.   hide card field popupList
  27. end mouseUp
  28.  
  29.  
  30.  
  31. -- part 4 (button)
  32. -- low flags: 00
  33. -- high flags: 2000
  34. -- rect: left=98 top=192 right=217 bottom=262
  35. -- title width / last selected line: 0
  36. -- icon id / first selected line: 0 / 0
  37. -- text alignment: 1
  38. -- font id: 0
  39. -- text size: 12
  40. -- style flags: 0
  41. -- line height: 16
  42. -- part name: buttons
  43. ----- HyperTalk script -----
  44. on mouseDown
  45.   show card field popupButtons
  46. end mouseDown
  47.  
  48. on mouseUp
  49.   hide card field popupButtons
  50. end mouseUp
  51.  
  52.  
  53.  
  54. -- part 6 (field)
  55. -- low flags: 01
  56. -- high flags: 2002
  57. -- rect: left=9 top=55 right=105 bottom=82
  58. -- title width / last selected line: 0
  59. -- icon id / first selected line: 0 / 0
  60. -- text alignment: 0
  61. -- font id: 3
  62. -- text size: 10
  63. -- style flags: 0
  64. -- line height: 13
  65. -- part name: Inbox
  66.  
  67.  
  68. -- part 8 (field)
  69. -- low flags: 81
  70. -- high flags: 2004
  71. -- rect: left=93 top=186 right=237 bottom=275
  72. -- title width / last selected line: 0
  73. -- icon id / first selected line: 0 / 0
  74. -- text alignment: 0
  75. -- font id: 3
  76. -- text size: 10
  77. -- style flags: 0
  78. -- line height: 13
  79. -- part name: popupList
  80. ----- HyperTalk script -----
  81. on mouseUp
  82.   hide card field "popupList"
  83. end mouseUp
  84.  
  85.  
  86. -- part 9 (field)
  87. -- low flags: 81
  88. -- high flags: 2004
  89. -- rect: left=100 top=67 right=184 bottom=252
  90. -- title width / last selected line: 0
  91. -- icon id / first selected line: 0 / 0
  92. -- text alignment: 0
  93. -- font id: 3
  94. -- text size: 10
  95. -- style flags: 0
  96. -- line height: 13
  97. -- part name: popupButtons
  98. ----- HyperTalk script -----
  99. on mouseUp
  100.   hide card field "popupButtons"
  101. end mouseUp
  102.  
  103.  
  104. -- part 11 (button)
  105. -- low flags: 00
  106. -- high flags: 2000
  107. -- rect: left=262 top=106 right=193 bottom=439
  108. -- title width / last selected line: 0
  109. -- icon id / first selected line: 0 / 0
  110. -- text alignment: 1
  111. -- font id: 0
  112. -- text size: 12
  113. -- style flags: 0
  114. -- line height: 16
  115. -- part name: many things
  116. ----- HyperTalk script -----
  117. on mouseDown
  118.   show card field popupTask
  119. end mouseDown
  120.  
  121. on mouseUp
  122.   hide card field popupTask
  123. end mouseUp
  124.  
  125.  
  126.  
  127. -- part 12 (field)
  128. -- low flags: 81
  129. -- high flags: 2004
  130. -- rect: left=94 top=64 right=220 bottom=260
  131. -- title width / last selected line: 0
  132. -- icon id / first selected line: 0 / 0
  133. -- text alignment: 0
  134. -- font id: 3
  135. -- text size: 10
  136. -- style flags: 0
  137. -- line height: 13
  138. -- part name: popupTask
  139. ----- HyperTalk script -----
  140. on mouseUp
  141.   hide card field "popupTask"
  142. end mouseUp
  143.  
  144.  
  145. -- part contents for card part 6
  146. ----- text -----
  147. Press any element for details.
  148.  
  149. -- part contents for card part 8
  150. ----- text -----
  151. After selecting where you want an attribute displayed, select the attribute from this list.
  152.  
  153. -- part contents for card part 9
  154. ----- text -----
  155. Click OK to put the selections into effect.
  156.  
  157. Click Cancel to cancel the selections.
  158.  
  159. Click Delete to delete the selected attribute.
  160.  
  161. -- part contents for background part 30
  162. ----- text -----
  163. The Layout Menu
  164.  
  165. -- part contents for background part 31
  166. ----- text -----
  167. Show Attributes Dialog Box
  168.  
  169. -- part contents for card part 12
  170. ----- text -----
  171. Click where you want an attribute displayed. Then select the item from the list at the left.
  172.  
  173. Replace an attribute by selecting its position, then selecting a new attribute.
  174.  
  175. Delete an attribute by clicking it, then clicking Delete.
  176.